home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Broderbund Demo / DemoData / Mathwork / MATHWORK.Dxr / 00865.ls < prev    next >
Encoding:
Text File  |  1997-08-22  |  200 b   |  13 lines

  1. on mouseUp
  2.   global gDemoState
  3.   puppetSound("button1.aif")
  4.   updateStage()
  5.   if gDemoState = 1 then
  6.     exitAutoRun()
  7.   else
  8.     puppetSprite(48, 0)
  9.     mouseLock(1)
  10.     go("gobowling")
  11.   end if
  12. end
  13.